home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / tbbs / anstoprg.zip / ANSTOPRG.DOC next >
Text File  |  1996-02-28  |  5KB  |  104 lines

  1.  
  2.  
  3.                              ======================
  4.                              .ANS to .PRG Converter
  5.                                by  Kirsch Graphix
  6.                              ======================
  7.  
  8.                               Written July 4, 1995
  9.                               by Gregory G. Kirsch
  10.  
  11.                            (C)1995 by Kirsch Graphix
  12.  
  13.      ----------------------------------------------------------------------
  14.      HOW     **FREE**  No, you're not needing to go to the eye doctor, you
  15.      MUCH    read correctly, this program is FREE for everyone to use and
  16.      DOES    freely distribute.  The only thing I ask in return for you
  17.      IT      using this program, is to leave in the comment line that the
  18.      COST    program adds to the output file identifying what converted the
  19.              ANSI file.  That's not too much to ask for this FREE program
  20.              is it?  Oh, and also if you could, send E-Mail via internet to
  21.              me to let me keep track of how much it is being used.  In the
  22.              mail, please let me know where you obtained this and what you
  23.              think of it.  Internet address: Kirsch.Graphix@OnRampBBS.com
  24.  
  25.      WHAT    ".ANS to .PRG Converter" is a simple way to add full ANSI
  26.      IT      screens to your TDBS programs.  The simplest way to add a ANSI
  27.      DOES    screen to a TDBS program is to call a DOTBBS TYPE 1 OPTDATA
  28.              {file}.  The problem with that is, there are more files you
  29.              must distribute with your program, and they can be easily alt-
  30.              ered because they are a regular ANSI file.  This program con-
  31.              verts ANSI files over to TDBS source code that will be com-
  32.              piled into a TPG file, which means it's not able to be altered
  33.              (almost), and the ANSI display is included in the main TPG
  34.              file, not extra .ANS files.  NOTE: This file works on NON-
  35.              animated files. 
  36.  
  37.      HOW     It is suggested to place this file in the same directory as
  38.      TO      TDBS.EXE (preferably in a directory on the PATH, so it can be
  39.      USE     accessed from anywhere).  Type ANSTOPRG and press enter.  The
  40.      IT      following is directions for my text grabber routines:
  41.  
  42.              When you first get prompted for a string, if there is any de-
  43.              fault string, it will be erased when you press any key to type
  44.              in new string, EXCEPT for [BackSpace], which will delete the
  45.              last character and keep cursor there.
  46.  
  47.              When entering a string, if you have altered the default con-
  48.              tent (if any), pressing [ESC] once brings back the default
  49.              string.  Pressing [ESC] while the default string is showing
  50.              will exit you from the program.
  51.  
  52.              When you first start the program, it is prompting you for the
  53.              name of the ANSI file to convert.  Enter up to 8 characters
  54.              for a name.  NOTE do not add the .ANS extension, it will be
  55.              added by the program automatically.  The default string for
  56.              this prompt is blank.
  57.  
  58.              The second prompt you receive will be for the output filename.
  59.              Again, do not include the .PRG extension, it will be added
  60.              automatically.  The default string for this prompt is the same
  61.              as what you entered for the input filename.
  62.  
  63.              The third prompt is for a header to be placed into the output
  64.              file.  This is useful for identifying procedures that you
  65.              leave as a separate file.  The default string is the name of
  66.              the original .ANS file and a comment naming this program as
  67.              the one that converted it.  As stated above, I would apprec-
  68.              iate it if the name of this program is left in as a comment.
  69.              It is little to ask for a FREE program. But, you can change it
  70.              if needed.
  71.  
  72.              The fourth prompt is for a footer to be placed at the end of
  73.              the output file. The default for this is "RETURN".  Again,
  74.              this is handy for using this program to create independent
  75.              procedure files.
  76.  
  77.              The program then converts the file over from .ANS to .PRG for-
  78.              mat.  I included counters to show you how far along it is.
  79.              the second line, (# of lines) is how many lines have been
  80.              written to the .PRG file so far.  This program makes each line
  81.              approximately 75 characters long for easier reading in a text
  82.              editor.
  83.  
  84.      HOW     The fastest response, is to call Dark Mansion BBS in Stow Ohio
  85.      TO      at (330) 688-7090 {1200-14.4K} baud.  Leave E-Mail to Greg
  86.      REACH   Kirsch, Kirsch Graphix or SYSOP.  Nearly full access is given
  87.      ME      on first call to the system. 
  88.      
  89.              Internet Mail can currently reach me at:
  90.  
  91.                    kirsch.graphix@config.com  
  92.                or  greg@onrampbbs.com         
  93.                
  94.              Phone support and US Mail support is not yet available for my
  95.              new company, but hopefully will be available by summer '96.
  96.  
  97.  
  98.      I would be happy to hear any comments you have regarding this program.
  99.  
  100.                                                     -Greg Kirsch
  101.  
  102.  
  103. >Updated February 28, 1996 - Modified BBS info & internet addresses<
  104.